projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d820fea
)
Use the appropriate prefix for GtkBuilderClosureFlags
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 17:26:34 +0000
(17:26 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 17:26:34 +0000
(17:26 +0000)
Facilitate the job of glib-mkenums, and ensure that the enumeration
nicknames are computed reliably.
gtk/gtkbuilderscope.h
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilderscope.h
b/gtk/gtkbuilderscope.h
index 2b987f38224f8842de6816135c937fb42bff18ac..7d0ae96320e8192f05e5eb0159f85ab9cd6a19ee 100644
(file)
--- a/
gtk/gtkbuilderscope.h
+++ b/
gtk/gtkbuilderscope.h
@@
-44,7
+44,7
@@
G_DECLARE_INTERFACE (GtkBuilderScope, gtk_builder_scope, GTK, BUILDER_SCOPE, GOb
* values and raise a %GTK_BUILDER_ERROR_INVALID_ATTRIBUTE error when they
* encounter one.
*/
-typedef enum {
+typedef enum {
/*< prefix=GTK_BUILDER_CLOSURE >*/
GTK_BUILDER_CLOSURE_SWAPPED = (1 << 0)
} GtkBuilderClosureFlags;